home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 1 / BBS in a box - Trilogy I.iso / Files / Publish / A / Alpha.5.58 / Changes < prev    next >
Encoding:
Text File  |  1993-11-11  |  19.7 KB  |  415 lines  |  [TEXT/ALFA]

  1.  
  2. To those having problems w/ LaserWriter 8.0.  If you can tell me how 
  3. duplicate the problem by printing to a file (i.e.  send me the file), I'll 
  4. try to fix it.  Otherwise, I probably won't be able to in the near future.  
  5. I don't have access to laser printer.
  6.  
  7.  
  8. ================================================================================
  9. = 5.58 11-12-93
  10. ================================================================================
  11.  
  12. • Word break in latex mode changed to exclude underscore.
  13. • Ghost on right border after cuts is gone.
  14. • Can isearch for bound keys like '{'. Option characters, however, are 
  15.   another story.
  16. • 'commentBox' and 'uncommentBox' are back, courtesy of Igor Mikolic-Torreira.
  17. • Added 'mousePos' proc, which routines row and column of mouse if over the 
  18.   currently active window. 
  19. • 'auto_mkindex' no longer bothered by spaces in pathnames.  
  20. • Alpha will now automatically spin the cursor and yield the cpu during 
  21.   long tcl computations.
  22. • Setting the 'blockCursor' flag changes the vertical bar cursor to a 
  23.   block.
  24. • CopyRing paste problem fixed.
  25. • Sending and receiving file-specs for the dosc event should now be fixed.
  26.  
  27.  
  28. ================================================================================
  29. = 5.57 11-9-93
  30. ================================================================================
  31. • Fixed crash when Think debugger asks for window Alpha has open.
  32. • Switching to latex more transparent.
  33.  
  34. ================================================================================
  35. = 5.56 10-16-93
  36. ================================================================================
  37. • Fewer w/ non-alphanumeric characters in pathnames.
  38. • First popup menu in each dialog can be controlled via up and down 
  39.   cursor keys. 
  40. • 'replaceText' now leaves the mark at the beginning of the newly 
  41.   inserted text and the pos at the end, instead of the pos at the 
  42.   beginning and the mark unaffected.
  43. • ':Tcl:SystemCode:copyRing.tcl' implements a copy/cut ring similar to 
  44.   emacs's kill ring.
  45. • Titlebar menus should be a bit faster and work in all cases now.
  46. • A few Tcl initialization problems cleared up.
  47.  
  48. ================================================================================
  49. = 5.55 9-26-93
  50. ================================================================================
  51. • Fixed bug in 'run' Think command.
  52. • 'cd' no longer needs quotes to work w/ spaces.
  53.  
  54. ================================================================================
  55. = 5.54 9-23.93
  56. ================================================================================
  57. • Fixed tiny bug in automatically saved filesets.
  58. • Minor reorganization of LaTeX-related files.
  59.  
  60. ================================================================================
  61. = 5.53 9-21-93
  62. ================================================================================
  63. • Removed 'OpenHeader' from file menu, it's now in Think menu.
  64. • 'userStartup.tcl' is now loaded from Alpha's directory rather than a 
  65.   subdirectory, and any changes made automatically to Tcl files are made 
  66.   to this file rather than some other.
  67.   
  68. ================================================================================
  69. = 5.52 9-19-93
  70. ================================================================================
  71. • Bug in directory scan fixed.
  72. • Update problem w/ 'bringToFront', spurious "File changed..." msgs fixed.
  73.  
  74.  
  75. ================================================================================
  76. = 5.51 9-15-93
  77. ================================================================================
  78. • Added neat 'sicn' menus for Think, Excalibur, etc.
  79. • Added spellchecking support via Excalibur.
  80. • Added 'processes' command.
  81.  
  82. ================================================================================
  83. = 5.5 9-12-93
  84. ================================================================================
  85. • Added "Directory Scan" to Find dialog.
  86. • 'powerThumb' now works again (it had been taken out by mistake).
  87. • 'findInNextFile' think command added.
  88. • Added 'nextSentence' and 'prevSentence' tcl commands (fill.tcl).
  89. • 'cp', 'mv', and 'rm' work again.
  90. • Random other things.
  91.  
  92.  
  93. ================================================================================
  94. = 5.5b2 8-26-93
  95. ================================================================================
  96.  
  97. • Fixed some problems related to 'ignoreCase' and regular expressions.
  98. • Symantec C++ will now quit while Alpha is still running.
  99. • Windows opened in the background now behave properly.
  100. • Quoting problem w/ prefix/suffix strings fixed
  101. • Iteration counts now work w/ both 'startEscape' and 'prefixChar'.
  102. • "File:Open Selection" is now "File:Open Header", and it will now 
  103.   probably work right out of the box (it's a tcl routine) for those who 
  104.   use Symantec C++.
  105. • "SaveAs..." now activates the correct mode hook.
  106. • :Tcl:UserCode:userStartup.tcl now loaded at startup, if it exists.
  107. • Other miscellanious stuff works better.
  108.  
  109.  
  110. =============================================================================
  111. = 5.5d1 2-13-93
  112. =============================================================================
  113. • Look in the help file for a brief intro to Alpha's integration w/ 
  114.   Think's Project Manager.
  115. • Added Think Reference support in "Tcl:SystemCode:think.tcl".
  116. • Added 'getScrap' and 'putScrap' routines.
  117. • 'dosc' now allows the event class and type to be sent via command-line 
  118.   options. 
  119. • The home of the ToolServer is now specified in AlphaBits.tcl through 
  120.   the variable 'toolServer'.
  121. • 'mv' changed to 'moveFile', 'rm' changed to 'removeFile', and 'cp' 
  122.   changed to 'copyFile'. New versions of 'cp', 'rm', and 'mv' written in 
  123.   Tcl in "shell.tcl".
  124. • Alpha now checks to see if the disk copy of a file has changed before 
  125.   saving.
  126. • 'Command-.' now gets out of infinite Tcl loops. DOESN'T CONSUME EVENT!
  127. • Incremental search now aborts if a key event matches a binding. This 
  128.   means that you can't search for 'ƒ' if you have a binding for option-f.
  129. • Fileset handling moved to a separate file ("filesets.tcl") and 
  130.   changed considerably. Added "Dump Fileset…" command.
  131. • Added "think.tcl" file that contains much code making dealing w/ 
  132.   Think 6.0 easier.
  133. • Arrow-key bindings now conform to Human Interface Standards (blech).
  134. • Auto-horizontal scrolling is back.
  135. • All of Alpha's commands can now be viewed via the "Help:Alpha Commands" 
  136.   menu item.
  137. • Changed control-z to a prefix char, bound all the window functions in 
  138.   AlphaBits.tcl.
  139.  
  140.  
  141. =============================================================================
  142. = 5.31 2-13-93
  143. =============================================================================
  144. • 'icon' no longer calls NewCWindow...sigh.
  145. • Added '-q' (query) option to "icon" command, used new option to 
  146.   remember which windows were already iconified when switching to other 
  147.   applications.
  148. • Alpha now opens files read-only if they have been check out that way 
  149.   from MPW's Projector.
  150. • LaTeX greek submenu split into two.
  151. • Another 'dosc' problem fixed. Now '\n's are changed into '\r's both 
  152.   coming and going.
  153. • "$HOME:Tcl:UserCode:createStuffItArchive.tcl" contains examples of 
  154.   controlling Stuffit Deluxe via Alpha's 'dosc' command.
  155.  
  156.  
  157.  
  158. =============================================================================
  159. = 5.3 2-8-93
  160. =============================================================================
  161. • XTCL handling fixed up. Two examples in Think C provided. Type "xtclcmd 
  162.   sounds init" in the shell to try one out.
  163. • Stationary documents have the correct name inserted in the window menu.
  164. • New tools/scripts provided by Tom Moertel (thor@vivaldi.psu.edu) to 
  165.   ease compilation and 411 use. The package is available via anonymous 
  166.   ftp from cs.rice.edu.
  167.  
  168. =============================================================================
  169. = 5.3.b3 2-1-93
  170. =============================================================================
  171. • Multiple windows of same name handled better.
  172. • Multiple-line Tcl script events handled better.
  173. • We no longer quit when a file is moved from underneath us. 
  174. • Dirty iconified files are no longer quietly thrown away on a quit...
  175. • Added new '-r' option to 'dosc'.
  176. • Keyboard macro dump now conforms to 5.3 syntax.
  177. • Many other misc changes.
  178.  
  179. =============================================================================
  180. = 5.3.b2 1-21-93
  181. =============================================================================
  182. • Iconized windows now open on double-clicks, can be dragged on first 
  183.   click even if they weren't the active window.
  184. • Fixed fileopen bug that sometime occurred when files had been saved 
  185.   scrolled further forward than necessitated by the screen.
  186. • Added " <n>" string to duplicate window names. This number extension is 
  187.   both returned by Alpha window routines and accepted by them. However, 
  188.   it is not accepted by other routines, such as "edit", etc. For this, 
  189.   you should use the full pathname and strip off any number extension 
  190.   yourself.
  191. • Fixed nonsense w/ full names and the window menu.
  192. • Read-only files work a bit better.
  193. • Added menu and window documentation.
  194.  
  195. =============================================================================
  196. = 5.3.b1 1-20-93
  197. =============================================================================
  198. • Changed directory structure, .tcl files now in a subdirectory.
  199. • Added 'icon' command to iconify windows.
  200. • Added pattern library for searches.
  201. • Added 'getMainDevice' routine and redid the tile routines to use 
  202.   'tileWidth' and 'tileHeight'. 
  203. • Added 'matchingLines' proc, put in "Convert menu.
  204. • 'Execute' no longer does func completion w/ spaces, but completion is 
  205.   still done w/ tab characters. Freeing up the space key means arguments 
  206.   can be passed to the command (although the status bar may not be wide 
  207.   enough to display them).
  208. • Menu syntax changed yet again, broadened considerably.
  209. • Syntax for 'hiliteMenuItem' changed, 'markMenuItem' added. 
  210. • Added procs 'addMenuItem' and 'deleteMenuItem'. Adding and removing 
  211.   window names from the 'Wins' menu now handled in Tcl.
  212. • Changed iterpretation of return value of proc specified by menu 
  213.   definition. 
  214. • 'saveasHook' added. See docs.
  215. • 'nextLine' and 'previousLine' finally try to stay in the same column 
  216.   when repeatedly applied, even over intervening short lines!
  217. • Added 'getTMarks' routine.
  218. • Removed 'setFSet' routine.
  219. • Changed 'hiliteMenuItem' to 'enableMenuItem'.
  220. • Changed variable structure. Alpha variables are gone, as are the 
  221.   functions 'getVar' and 'setVar'. Tcl variables can now be set to 
  222.   "shadow" Alpha variables via 'shadowVar'. See docs.
  223. • 'search' syntax enhanced.
  224. • Option combinations can now be targets of incremental searches.
  225. • Trailing ellipses in menu items are now stripped off before looking for 
  226.   the function to execution.
  227. • Rearranged 'Utils' and 'Misc' menus, added 'debugTclProc' and 
  228.   'debugOff' routines to 'Utils' menu. 
  229. • Added slow 'wordCount' proc to "Utils:File Utils" menu.
  230. • '-l' option to 'addMenuItem' allows meta characters to be used 
  231.   literally in menu item text.
  232. • Menu callback routines now have the menu item text parsed back from 
  233.   menu form before it is passed to them.
  234. • fixed 'addFileSet' tcl proc.
  235. • Added 'watchCursor' routine.
  236. • Fixed bug in menu creation that incorrectly bad menu definitions.
  237.   
  238. =============================================================================
  239. = 5.2.1 11-19-92
  240. =============================================================================
  241.  
  242. • 'electricCRight' tcl proc now more consistent.
  243. • The Tcl proc 'matchIt' now properly ignores escaped brackets, such as 
  244.   '\}', '\{' etc. 
  245. • Alpha is now stationary-aware, and can create stationary pads as well.
  246. • The "mode" box next to the horizontal scrollbar now contains a popup 
  247.   menu that allows changing of modes. The Tcl variable 'modes' and the 
  248.   Tcl function 'newMode' must be defined in order for this to work 
  249.   (procs.tcl).
  250. • The '.tex' mode now sets the word break variables to possibly include a 
  251.   leading backslash.
  252. • Fixed 'paraStart' and 'paraFinish' to handle lines w/ non-null white 
  253.   space. 
  254. • The displayed row number now degrades gracefully when we hit 5 digits.
  255. • All window tiling routines now use 'defHeight' and 'defWidth'.
  256. • 'useTempMem' var now 'tempMem'.
  257. • Backward word routine now much faster. However, I needed to add another 
  258.   variable, 'wordBreakPreface'. See the help file.
  259. • Special characters used by the Mac's menu routines are now filtered to 
  260.   periods.
  261. • Fixed 'rowColToPos' and 'posToRowCol'.
  262. • Added functions 'backwardWordSelect' and 'forwardWordSelect'.
  263. • Changed arrow-key editing combinations. See "Default Key Bindings" help 
  264.   file. 
  265. • Many minor other changes to the tcl files.
  266.  
  267. =============================================================================
  268. = 5.2 11-11-92
  269. =============================================================================
  270. • Because of popular appeal, "Print Registration" and "Help..." have 
  271.   been removed from the Apple Menu.
  272. • 'latex.tcl' now supports the option of also requiring the control key 
  273.   for latex bindings, leaving option combination for those who use 
  274.   'optionIsMeta' (see Docs).
  275.  
  276. =============================================================================
  277. = 5.15 11-1-92
  278. =============================================================================
  279. • Changed 'prevFunc' and 'nextFunc' tcl procs to use 'funcExpr', so they 
  280.   now work in all modes. Bound them to keypad '1' and '3'.
  281. • 'cutNamedClipboard' no longer deletes text until the user says "OK". 
  282.   'pasteNamedClipboard' now gives a default selection.
  283. • Routines that take a '-w' argument now take full pathnames (as provided 
  284.   by 'winNames -f') as well.
  285. • All 'procs.tcl' routines that use 'winNames' now use 'winNames -f'.
  286. • Replacement display bug fixed.
  287.  
  288. =============================================================================
  289. = 5.14 11-1-92
  290. =============================================================================
  291. • Fixed 'revert' bug.
  292. • Changed 'insertPrefix' and 'insertSuffix' to use 'replaceText'.
  293. • Changed key binding handling so that key equivalents of menus are never 
  294.   matched if any modifier other than command is present.
  295. • Changed latex bindings, so that they all include both control and option. 
  296. • Added 'movePoint' and 'selReplace' procs in 'latex.tcl', added their 
  297.   use to macros. Also added some additional latex macros.
  298. • Put an ungodly hack back in the 'methodMenu' so that in the case of 
  299.   'section', 'subsection', 'subsubsection' etc, the items are properly 
  300.   indented.
  301. • Changed 'emphasize' to include '\/'.
  302. • Added window name option to 'lookAt'.
  303. • 'winNames' takes a '-f' argument that tells Alpha to return complete 
  304.   pathnames instead of just file names.
  305.  
  306. =============================================================================
  307. = 5.13 10-25-92
  308. =============================================================================
  309. • In prior versions, selecting new fileSets from the 'Find...' dialog 
  310.   eventually caused a crash. I incorrectly blamed this on my routine 
  311.   which created a new fileset on the fly. This bug has now been fixed.
  312. • Added '-f' option to 'launch'.
  313. • 'sortLines' is now non-recursive.
  314.  
  315. =============================================================================
  316. = 5.12 10-24-92
  317. =============================================================================
  318. • Added 'wordBreak' variable which allows customization of the definition 
  319.   of a word.
  320. • Regularized the syntax of 'bind' somewhat; keycode bindings work again.
  321. • In 5.11, the shell didn't execute commands in the global context.
  322.   therefore 'set' commands, for instance, didn't work correctly. This has 
  323.   been fixed.
  324. • Wrote a 'sortLines' proc (look in 'procs.tcl') and in the "Convert" menu.
  325. • "Temporary mark" bug fixed.
  326.  
  327. =============================================================================
  328. = 5.11 10-13-92
  329. =============================================================================
  330. • Changed 'edit' and 'fileMenu' syntax. I apologise for this, especially 
  331.   for 'fileMenu', but there were compelling reasons...
  332. • Cleaned up 'listBindings'.
  333. • Added 'ascii' form of bindings.
  334. • Support for MPW shell via ToolServer and AppleEvents (look at the 
  335.   'Misc' menu.
  336. • Fixed bug in handling 'dosc' responses.
  337. • Added Tcl access to search and replace strings.
  338. • There is no longer a 256 key binding limit.
  339. • Cleaned up keyboard macros a bit. Searching while recording a keyboard 
  340.   macro now compiles settings directly into the macro.
  341. • 'getPathName' is now 'insertPathName'.
  342. • New function 'getPathName' returns selected pathname.
  343.   
  344. =============================================================================
  345. = 5.1 10-10-92
  346. =============================================================================
  347. • 'sortRange' is now gone.
  348. • Assorted fixes and minor changes to routines in 'procs.tcl' and 
  349.   'AlphaBits.tcl.
  350. • The 'dumpMacro' routine is back.
  351. • The 'describeBinding' is back.
  352. • Print margins are changeable.
  353. • Locked files handled better.
  354. • Added function 'rowColToPos' and 'posToRowCol'.
  355. • Added function 'launchApp'.
  356. • Added the ability to re-execute previous shell commands by positioning 
  357.   the cursor on a previous commandline and hitting the return key.
  358. • Added 'dosc' call that allows scripts to be send to a remote server 
  359.   (such as Apple's ToolServer or another copy of Alpha), executed, and 
  360.   the result returned. 
  361. • Alpha now handles both 'typeChar' and 'typeAlias' forms of the 'dosc' 
  362.   Apple Event and so can now be used as a server.
  363.   
  364. =============================================================================
  365. = 5.05 9-5-92
  366. =============================================================================
  367. • Fixed routines in "procs.tcl" so that the correct menu item is hilighted.
  368. • The fonts and tabs dialog now has the default size filled in.
  369. • Key bindings can now be associated with a specific mode.
  370. • Support for arbitrary control-character prefixes has been added. As 
  371.   part of this, *modifier strings must be all lowercase, except for the 
  372.   control-character prefixes*.
  373. • Cosmetic fix to 'changeMode' proc.
  374. • 'fileMenu's now correctly work as heirarchical menus.
  375.  
  376. =============================================================================
  377. = 5.04 9-1-92
  378. =============================================================================
  379. • The 5.03 distribution had a bad fileset in procs.tcl. Also, the find 
  380.   routine didn't check for bad filesets, so...
  381. • Support for the C-x prefix has been dropped.
  382.  
  383. =============================================================================
  384. = 5.03 8-28-92
  385. =============================================================================
  386. • Added popup menus in SaveAs dialog.
  387. • Allow window size, position, selection to be saved.
  388. • Changed fileMenus to include a home directory and read-only flag.
  389. • Removed "Open directly" menu since the help menu now serves the same 
  390.   purpose. 
  391. • Removed procs that opened up individual help files
  392.  
  393. =============================================================================
  394. = 5.02 8-22-92
  395. =============================================================================
  396. • Got rid of 'prefixChar' and thus key bindings in the style of emacs's 
  397.   c-x c-s.
  398. • Minor indentation fix to 'carriageReturn' tcl proc.
  399. • Fixed 'prevWIndow' proc.
  400. • Fixed popup menu hilighting, as well as the lack of default choices.
  401. • Added Alpha var 'funcPar' back, so tex section menu works again.
  402. • Added func 'addFileset' to provide a way of creating filesets on the 
  403.   fly. Be careful w/ this, as it does somehow cause a bomb if used often.
  404.  
  405.  
  406. =============================================================================
  407. = 5.01 8-20-92
  408. =============================================================================
  409. • Fixed bombs in initialization (looking for menu that no longer exists), 
  410.   and in the search routine.
  411. • All dialogs that use popup menus now conform to HIS.
  412. • Switched command equivalents for "File:Open Selection" and "Edit:Redo" 
  413.   back to their old values.
  414. • The first and last characters in files can now be searched for.
  415.